Welcome![Sign In][Sign Up]
Location:
Search - linux socket

Search list

[WinSock-NDISwindows-to-linux-sockt

Description: Windows Linux socket 通讯,可用于嵌入式控制通讯,linux server 为C 有原码,Windows 为C++ MFC图行窗口输入.-Windows Linux socket communication, can be used in the embedded control communications, Linux server for C have the original code, Windows for C++ MFC diagram line window input.
Platform: | Size: 135040 | Author: schebo.2008@163.com | Hits:

[Other609-Socket编程

Description: Linux下的socket编程文档!有非常详细的函数说明.Linux下的socket编程必备!-Linux socket programming documentation! A very detailed statement function. Linux socket programming required!
Platform: | Size: 206848 | Author: 王涛 | Hits:

[Internet-NetworkQue - Linux Socket Programming By Example - fly[1]

Description: Linux Socket Programming by Example
Platform: | Size: 1658880 | Author: 张庆 | Hits:

[Linux-Unix实战linux socket编程--示例源码

Description: 实战linux socket编程--示例源码-real linux socket programming-- examples of FOSS
Platform: | Size: 68608 | Author: 夏社 | Hits:

[Internet-Network套接字socket编程文档

Description: unix/linux套接字socket编程文档整理-unix/linux socket socket programming collate documents
Platform: | Size: 723968 | Author: jjaa | Hits:

[Internet-Networklinux-socket-func

Description: linux下socket的相关函数以及互相之间调用的关系,及有详细的服务器和client的例子说明如何调用!-socket under the cross-correlation function of the relationship between the call and a detailed server and client examples to illustrate how the call!
Platform: | Size: 6144 | Author: 222 | Hits:

[Linux-Unixlinux-socket

Description: linux下网络编程,客户端和服务器端通信程序-Network programming, client and server communications procedures
Platform: | Size: 2048 | Author: 邱天 | Hits:

[Internet-NetworkLinux-socket-serverandclient

Description: Linux下各类TCP网络服务器的实现源代码,刚刚在一个嵌入式开发项目中借用的socket通信的服务端和客户端的源程序。-various Linux TCP network servers to achieve source code, just embedded in a development project in the use of socket communication services and clients of the source.
Platform: | Size: 8192 | Author: 朱振华 | Hits:

[Internet-Networklinux-socket

Description: 本Linux网络应用程序采用客户-服务器模型,并发型交互。在OSI参考模型的传输层,通过调用TCP套接字(Socket)的各种函数,使服务器和各个客户端之间建立快速可靠的连接,处理客户机发送的数据,实现流量检测与控制。-The Linux web applications in client- server model, and cross-hair. OSI reference model in the transport layer, by calling the TCP socket (Socket) of a variety of functions, so that the server and the client between the fast and reliable connections to deal with the client to send data, the achievement of traffic detection and control.
Platform: | Size: 37888 | Author: ll | Hits:

[Internet-NetworkSocket.Linux

Description: Linux Socket 框架,在redhat9 调试通过。-Linux Socket framework adopted in RedHat9 debugging.
Platform: | Size: 15360 | Author: ZXS | Hits:

[Internet-Networklinux-socket-program

Description: 全套Socket简单编程实例,很适合于初学网络编程者!-Socket complete set of simple programming examples, it is suitable for novice network programmers!
Platform: | Size: 18432 | Author: 阿飞发 | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[OtherLinux.Socket.Programming.by.Example

Description: Linux Socket Programming by Example 英文原版PDF电子书,省纸打印版-Part I: Basic Socket Concepts Chapter 1. Introducing Sockets A Brief Historical Introduction Understanding Sockets Comparing Sockets to Pipes Creating Sockets Performing I/O on Sockets Closing Sockets Writing a Client/Server Example Chapter 2. Domains and Address Families Nameless Sockets Understanding Domains Forming Socket Addresses Forming Local Addresses Forming Internet (IPv4) Socket Addresses Specifying an X.25 Address Specifying Other Address Families The AF_UNSPEC Address Family Chapter 3. Address Conversion Functions Internet IP Numbers Allocating IP Addresses Manipulating IP Numbers Chapter 4. Socket Types and Protocols Specifying the Domain of a Socket Using the socket(2) Function Choosing a Socket Type Choosing a Protocol Socket Domain and Type Summary Other Linux-Supported Protocols Chapter 5. Binding Addresses to a Socket The Purpose of the bind(2) Function Using the bind(2) Function Obtaining the Socket Address Interfaces and Addressing
Platform: | Size: 1182720 | Author: lisi | Hits:

[Linux-Unixlinux-socket-select

Description: linux 环境下socket编程select的使用方法.-socket programming under linux to use select.
Platform: | Size: 4096 | Author: kusiya | Hits:

[Linux-Unixsocket

Description: Linux下的SOCKET通信程序,包括TCP通信范例和UDP通信范例,修改Makefile文件可在PC平台或者嵌入式平台上运行-Linux Socket communications programs, including TCP and UDP traffic communication paradigm, paradigm, modify the Makefile file can be run in an embedded platform
Platform: | Size: 50176 | Author: 沧海一笑 | Hits:

[Linux-Unixlinux-socket

Description: Linux C socket 编程 经典实例 Clinet server
Platform: | Size: 11264 | Author: zpf | Hits:

[Embeded Linuxlinux-socket-C-S

Description: 嵌入式linux-socket串口编程,-Serial programming embedded linux-socket,
Platform: | Size: 11264 | Author: hbf | Hits:

[OtherQue-Linux-Socket-Programming

Description: linux socket编程英文版教材。相关的介绍比较深透,不大适合初学者,较适合socket编程提高使用。-linux socket programming English teaching materials. Introduction of more relevant the deep, not for beginners, more suited to improve the use of socket programming.
Platform: | Size: 1658880 | Author: zhoujinfeng | Hits:

[Internet-NetworkLinux-socket-TCP-ClientServer

Description: 编写Linux下socket协议TCP的ClientServer程序-Under the agreement Linux TCP socket write the ClientServer program
Platform: | Size: 1024 | Author: lulu | Hits:

[Internet-Networklinux-socket-c

Description: linux网络编程实例,讲解了一些udp tcp的socket编程,有select的例子-linux network programming examples to explain some of the udp tcp socket programming, there are select examples of
Platform: | Size: 571392 | Author: yzh | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net